Html Css Color HEX #C6DCE9 Pattens Blue

📋 copy color: '#C6DCE9'

red 198 ◦ green 220 ◦ blue 233

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

Shades of Pattens Blue #C6DCE9

Tints of Pattens Blue #C6DCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.79%

 BLUE value IS 233 (91.41% from 255) = 35.79%

R = 30.41%
G = 33.79%
B = 35.79%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C6DCE9 (or 0xC6DCE9) is known color: Pattens Blue. HEX triplet: C6, DC and E9. RGB value is (198,220,233). Sum of RGB (Red+Green+Blue) = 198+220+233=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCE9 is #392316. Grayscale: #D6D6D6. Windows color (decimal): -3744535 or 15326406. OLE color: 15326406.

HSL color Cylindrical-coordinate representation of color #C6DCE9: hue angle of 202.29º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DCE9 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 220 233 -
CMYK 0.15 0.06 0 0.09
HSL 202.29º 0.44% 0.85% -
HSV(B) 202.29º 0.15% 0.91% -
XYZ 63.59 69.08 87.07 -
YUV 214.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 198 220 233 0.15 0.06 0 0.09 202.29 0.44 0.85
Hex C6 DC E9 F 6 0 9 CA 2C 55
Octal 306 334 351 17 6 0 11 312 54 125
Binary 11000110 11011100 11101001 1111 110 0 1001 11001010 101100 1010101

Color Harmonies of #C6DCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCE9

Black with #C6DCE9

Text Example


Text Example

White with #C6DCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCE9; }

 p { color: rgb(198,220,233); }

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

background-color css

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

 a { background-color: rgb(198,220,233); }

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

border-color css

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

 span { border-color: rgb(198,220,233); }

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