Html Css Color HEX #C6C9EA Periwinkle

📋 copy color: '#C6C9EA'

red 198 ◦ green 201 ◦ blue 234

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

Shades of Periwinkle #C6C9EA

Tints of Periwinkle #C6C9EA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.75%

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

R = 31.28%
G = 31.75%
B = 36.97%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6C9EA (or 0xC6C9EA) is known color: Periwinkle. HEX triplet: C6, C9 and EA. RGB value is (198,201,234). Sum of RGB (Red+Green+Blue) = 198+201+234=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6C9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C9EA is #393615. Grayscale: #CBCBCB. Windows color (decimal): -3749398 or 15387078. OLE color: 15387078.

HSL color Cylindrical-coordinate representation of color #C6C9EA: hue angle of 235º 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 #C6C9EA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 201 234 -
CMYK 0.15 0.14 0 0.08
HSL 235º 0.46% 0.85% -
HSV(B) 235º 0.15% 0.92% -
XYZ 59.03 59.72 86.26 -
YUV 203.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 198 201 234 0.15 0.14 0 0.08 235 0.46 0.85
Hex C6 C9 EA F E 0 8 EB 2E 55
Octal 306 311 352 17 16 0 10 353 56 125
Binary 11000110 11001001 11101010 1111 1110 0 1000 11101011 101110 1010101

Color Harmonies of #C6C9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C9EA

Black with #C6C9EA

Text Example


Text Example

White with #C6C9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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