Html Css Color HEX #C6D7DF Pattens Blue

📋 copy color: '#C6D7DF'

red 198 ◦ green 215 ◦ blue 223

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

Shades of Pattens Blue #C6D7DF

Tints of Pattens Blue #C6D7DF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.81%

 BLUE value IS 223 (87.5% from 255) = 35.06%

R = 31.13%
G = 33.81%
B = 35.06%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6D7DF (or 0xC6D7DF) is known color: Pattens Blue. HEX triplet: C6, D7 and DF. RGB value is (198,215,223). Sum of RGB (Red+Green+Blue) = 198+215+223=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6D7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7DF is #392820. Grayscale: #D2D2D2. Windows color (decimal): -3745825 or 14669766. OLE color: 14669766.

HSL color Cylindrical-coordinate representation of color #C6D7DF: hue angle of 199.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6D7DF is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 215 223 -
CMYK 0.11 0.04 0 0.13
HSL 199.2º 0.28% 0.83% -
HSV(B) 199.2º 0.11% 0.87% -
XYZ 60.91 65.93 79.33 -
YUV 210.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 198 215 223 0.11 0.04 0 0.13 199.2 0.28 0.83
Hex C6 D7 DF B 4 0 D C7 1C 53
Octal 306 327 337 13 4 0 15 307 34 123
Binary 11000110 11010111 11011111 1011 100 0 1101 11000111 11100 1010011

Color Harmonies of #C6D7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D7DF

Black with #C6D7DF

Text Example


Text Example

White with #C6D7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D7DF; }

 p { color: rgb(198,215,223); }

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

background-color css

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

 a { background-color: rgb(198,215,223); }

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

border-color css

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

 span { border-color: rgb(198,215,223); }

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