Html Css Color HEX #6F9CCC Picton Blue

📋 copy color: '#6F9CCC'

red 111 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #6F9CCC

Tints of Picton Blue #6F9CCC

RGB

 RED value IS 111 (43.75% from 255) = 23.57%

 GREEN value IS 156 (61.33% from 255) = 33.12%

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

R = 23.57%
G = 33.12%
B = 43.31%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F9CCC (or 0x6F9CCC) is known color: Picton Blue. HEX triplet: 6F, 9C and CC. RGB value is (111,156,204). Sum of RGB (Red+Green+Blue) = 111+156+204=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F9CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9CCC is #906333. Grayscale: #939393. Windows color (decimal): -9462580 or 13409391. OLE color: 13409391.

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

Color convert

RGB 111 156 204 -
CMYK 0.46 0.24 0 0.2
HSL 210.97º 0.48% 0.62% -
HSV(B) 210.97º 0.46% 0.8% -
XYZ 29.34 31.52 61.66 -
YUV 148.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 111 156 204 0.46 0.24 0 0.2 210.97 0.48 0.62
Hex 6F 9C CC 2E 18 0 14 D3 30 3E
Octal 157 234 314 56 30 0 24 323 60 76
Binary 1101111 10011100 11001100 101110 11000 0 10100 11010011 110000 111110

Color Harmonies of #6F9CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9CCC

Black with #6F9CCC

Text Example


Text Example

White with #6F9CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,156,204); }

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

background-color css

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

 a { background-color: rgb(111,156,204); }

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

border-color css

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

 span { border-color: rgb(111,156,204); }

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