Html Css Color HEX #6C9ACC Picton Blue

📋 copy color: '#6C9ACC'

red 108 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #6C9ACC

Tints of Picton Blue #6C9ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 23.18%
G = 33.05%
B = 43.78%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C9ACC (or 0x6C9ACC) is known color: Picton Blue. HEX triplet: 6C, 9A and CC. RGB value is (108,154,204). Sum of RGB (Red+Green+Blue) = 108+154+204=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C9ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9ACC is #936533. Grayscale: #919191. Windows color (decimal): -9659700 or 13408876. OLE color: 13408876.

HSL color Cylindrical-coordinate representation of color #6C9ACC: hue angle of 211.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C9ACC is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 154 204 -
CMYK 0.47 0.25 0 0.2
HSL 211.25º 0.48% 0.61% -
HSV(B) 211.25º 0.47% 0.8% -
XYZ 28.64 30.66 61.54 -
YUV 145.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 108 154 204 0.47 0.25 0 0.2 211.25 0.48 0.61
Hex 6C 9A CC 2F 19 0 14 D3 30 3D
Octal 154 232 314 57 31 0 24 323 60 75
Binary 1101100 10011010 11001100 101111 11001 0 10100 11010011 110000 111101

Color Harmonies of #6C9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9ACC

Black with #6C9ACC

Text Example


Text Example

White with #6C9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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