Html Css Color HEX #6C9DCF Picton Blue

📋 copy color: '#6C9DCF'

red 108 ◦ green 157 ◦ blue 207

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

Shades of Picton Blue #6C9DCF

Tints of Picton Blue #6C9DCF

RGB

 RED value IS 108 (42.58% from 255) = 22.88%

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 22.88%
G = 33.26%
B = 43.86%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C9DCF (or 0x6C9DCF) is known color: Picton Blue. HEX triplet: 6C, 9D and CF. RGB value is (108,157,207). Sum of RGB (Red+Green+Blue) = 108+157+207=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C9DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9DCF is #936230. Grayscale: #939393. Windows color (decimal): -9658929 or 13606252. OLE color: 13606252.

HSL color Cylindrical-coordinate representation of color #6C9DCF: hue angle of 210.3º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C9DCF is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 157 207 -
CMYK 0.48 0.24 0 0.19
HSL 210.3º 0.51% 0.62% -
HSV(B) 210.3º 0.48% 0.81% -
XYZ 29.5 31.81 63.62 -
YUV 148.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 108 157 207 0.48 0.24 0 0.19 210.3 0.51 0.62
Hex 6C 9D CF 30 18 0 13 D2 33 3E
Octal 154 235 317 60 30 0 23 322 63 76
Binary 1101100 10011101 11001111 110000 11000 0 10011 11010010 110011 111110

Color Harmonies of #6C9DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9DCF

Black with #6C9DCF

Text Example


Text Example

White with #6C9DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C9DCF; }

 p { color: rgb(108,157,207); }

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

background-color css

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

 a { background-color: rgb(108,157,207); }

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

border-color css

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

 span { border-color: rgb(108,157,207); }

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