Html Css Color HEX #6F9FCB Picton Blue

📋 copy color: '#6F9FCB'

red 111 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #6F9FCB

Tints of Picton Blue #6F9FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.62%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 23.47%
G = 33.62%
B = 42.92%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F9FCB (or 0x6F9FCB) is known color: Picton Blue. HEX triplet: 6F, 9F and CB. RGB value is (111,159,203). Sum of RGB (Red+Green+Blue) = 111+159+203=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F9FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FCB is #906034. Grayscale: #959595. Windows color (decimal): -9461813 or 13344623. OLE color: 13344623.

HSL color Cylindrical-coordinate representation of color #6F9FCB: hue angle of 208.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F9FCB is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 159 203 -
CMYK 0.45 0.22 0 0.20
HSL 208.7º 0.47% 0.62% -
HSV(B) 208.7º 0.45% 0.8% -
XYZ 29.73 32.49 61.2 -
YUV 149.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 111 159 203 0.45 0.22 0 0.20 208.7 0.47 0.62
Hex 6F 9F CB 2D 16 0 14 D1 2F 3E
Octal 157 237 313 55 26 0 24 321 57 76
Binary 1101111 10011111 11001011 101101 10110 0 10100 11010001 101111 111110

Color Harmonies of #6F9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9FCB

Black with #6F9FCB

Text Example


Text Example

White with #6F9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,159,203); }

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

background-color css

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

 a { background-color: rgb(111,159,203); }

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

border-color css

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

 span { border-color: rgb(111,159,203); }

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