Html Css Color HEX #6F99CB Picton Blue

📋 copy color: '#6F99CB'

red 111 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #6F99CB

Tints of Picton Blue #6F99CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.76%

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

R = 23.77%
G = 32.76%
B = 43.47%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F99CB (or 0x6F99CB) is known color: Picton Blue. HEX triplet: 6F, 99 and CB. RGB value is (111,153,203). Sum of RGB (Red+Green+Blue) = 111+153+203=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F99CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99CB is #906634. Grayscale: #919191. Windows color (decimal): -9463349 or 13343087. OLE color: 13343087.

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

Color convert

RGB 111 153 203 -
CMYK 0.45 0.25 0 0.20
HSL 212.61º 0.47% 0.62% -
HSV(B) 212.61º 0.45% 0.8% -
XYZ 28.73 30.47 60.87 -
YUV 146.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 111 153 203 0.45 0.25 0 0.20 212.61 0.47 0.62
Hex 6F 99 CB 2D 19 0 14 D5 2F 3E
Octal 157 231 313 55 31 0 24 325 57 76
Binary 1101111 10011001 11001011 101101 11001 0 10100 11010101 101111 111110

Color Harmonies of #6F99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F99CB

Black with #6F99CB

Text Example


Text Example

White with #6F99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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