Html Css Color HEX #6C9ACD Picton Blue

📋 copy color: '#6C9ACD'

red 108 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #6C9ACD

Tints of Picton Blue #6C9ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 23.13%
G = 32.98%
B = 43.9%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C9ACD (or 0x6C9ACD) is known color: Picton Blue. HEX triplet: 6C, 9A and CD. RGB value is (108,154,205). Sum of RGB (Red+Green+Blue) = 108+154+205=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C9ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9ACD is #936532. Grayscale: #919191. Windows color (decimal): -9659699 or 13474412. OLE color: 13474412.

HSL color Cylindrical-coordinate representation of color #6C9ACD: hue angle of 211.55º degrees, saturation: 0.49, 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 #6C9ACD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 154 205 -
CMYK 0.47 0.25 0 0.20
HSL 211.55º 0.49% 0.61% -
HSV(B) 211.55º 0.47% 0.8% -
XYZ 28.76 30.71 62.17 -
YUV 146.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 108 154 205 0.47 0.25 0 0.20 211.55 0.49 0.61
Hex 6C 9A CD 2F 19 0 14 D4 31 3D
Octal 154 232 315 57 31 0 24 324 61 75
Binary 1101100 10011010 11001101 101111 11001 0 10100 11010100 110001 111101

Color Harmonies of #6C9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9ACD

Black with #6C9ACD

Text Example


Text Example

White with #6C9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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