Html Css Color HEX #6CA2CF Picton Blue

📋 copy color: '#6CA2CF'

red 108 ◦ green 162 ◦ blue 207

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

Shades of Picton Blue #6CA2CF

Tints of Picton Blue #6CA2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.96%

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

R = 22.64%
G = 33.96%
B = 43.4%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CA2CF (or 0x6CA2CF) is known color: Picton Blue. HEX triplet: 6C, A2 and CF. RGB value is (108,162,207). Sum of RGB (Red+Green+Blue) = 108+162+207=477 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.64% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CA2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA2CF is #935D30. Grayscale: #969696. Windows color (decimal): -9657649 or 13607532. OLE color: 13607532.

HSL color Cylindrical-coordinate representation of color #6CA2CF: hue angle of 207.27º 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 #6CA2CF is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 162 207 -
CMYK 0.48 0.22 0 0.19
HSL 207.27º 0.51% 0.62% -
HSV(B) 207.27º 0.48% 0.81% -
XYZ 30.37 33.53 63.9 -
YUV 150.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 108 162 207 0.48 0.22 0 0.19 207.27 0.51 0.62
Hex 6C A2 CF 30 16 0 13 CF 33 3E
Octal 154 242 317 60 26 0 23 317 63 76
Binary 1101100 10100010 11001111 110000 10110 0 10011 11001111 110011 111110

Color Harmonies of #6CA2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA2CF

Black with #6CA2CF

Text Example


Text Example

White with #6CA2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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