Html Css Color HEX #6C9ACE Picton Blue

📋 copy color: '#6C9ACE'

red 108 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #6C9ACE

Tints of Picton Blue #6C9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.91%

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 23.08%
G = 32.91%
B = 44.02%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C9ACE (or 0x6C9ACE) is known color: Picton Blue. HEX triplet: 6C, 9A and CE. RGB value is (108,154,206). Sum of RGB (Red+Green+Blue) = 108+154+206=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9ACE is #936531. Grayscale: #919191. Windows color (decimal): -9659698 or 13539948. OLE color: 13539948.

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

Color convert

RGB 108 154 206 -
CMYK 0.48 0.25 0 0.19
HSL 211.84º 0.5% 0.62% -
HSV(B) 211.84º 0.48% 0.81% -
XYZ 28.88 30.76 62.81 -
YUV 146.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 108 154 206 0.48 0.25 0 0.19 211.84 0.5 0.62
Hex 6C 9A CE 30 19 0 13 D4 32 3E
Octal 154 232 316 60 31 0 23 324 62 76
Binary 1101100 10011010 11001110 110000 11001 0 10011 11010100 110010 111110

Color Harmonies of #6C9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9ACE

Black with #6C9ACE

Text Example


Text Example

White with #6C9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,154,206); }

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

background-color css

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

 a { background-color: rgb(108,154,206); }

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

border-color css

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

 span { border-color: rgb(108,154,206); }

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