Html Css Color HEX #C6C8EA Periwinkle

📋 copy color: '#C6C8EA'

red 198 ◦ green 200 ◦ blue 234

#C6C8EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #C6C8EA

Tints of Periwinkle #C6C8EA

RGB

 RED value IS 198 (77.73% from 255) = 31.33%

 GREEN value IS 200 (78.52% from 255) = 31.65%

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 31.33%
G = 31.65%
B = 37.03%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6C8EA (or 0xC6C8EA) is known color: Periwinkle. HEX triplet: C6, C8 and EA. RGB value is (198,200,234). Sum of RGB (Red+Green+Blue) = 198+200+234=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6C8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C8EA is #393715. Grayscale: #CBCBCB. Windows color (decimal): -3749654 or 15386822. OLE color: 15386822.

HSL color Cylindrical-coordinate representation of color #C6C8EA: hue angle of 236.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6C8EA is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 200 234 -
CMYK 0.15 0.15 0 0.08
HSL 236.67º 0.46% 0.85% -
HSV(B) 236.67º 0.15% 0.92% -
XYZ 58.79 59.25 86.18 -
YUV 203.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 198 200 234 0.15 0.15 0 0.08 236.67 0.46 0.85
Hex C6 C8 EA F F 0 8 ED 2E 55
Octal 306 310 352 17 17 0 10 355 56 125
Binary 11000110 11001000 11101010 1111 1111 0 1000 11101101 101110 1010101

Color Harmonies of #C6C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C8EA

Black with #C6C8EA

Text Example


Text Example

White with #C6C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C8EA; }

 p { color: rgb(198,200,234); }

 H1.HeaderClassName
 {
   color: #C6C8EA;
 }
 .AnyTagClassName
 {
   color: #C6C8EA;
 }
</style>

background-color css

<style>
 a { background-color: #C6C8EA; }

 a { background-color: rgb(198,200,234); }

 div.DivClassName
 {
   background-color: #C6C8EA;
 }
 .BgClassName
 {
   background-color: #C6C8EA;
 }
</style>

border-color css

<style>
 span { border-color: #C6C8EA; }

 span { border-color: rgb(198,200,234); }

 td.TdClassName
 {
   border-color: #C6C8EA;
 }
 .TagClassName
 {
   border-color: #C6C8EA;
 }
</style>