Html Css Color HEX #6F99CC Picton Blue

📋 copy color: '#6F99CC'

red 111 ◦ green 153 ◦ blue 204

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

Shades of Picton Blue #6F99CC

Tints of Picton Blue #6F99CC

RGB

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

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

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

R = 23.72%
G = 32.69%
B = 43.59%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F99CC (or 0x6F99CC) is known color: Picton Blue. HEX triplet: 6F, 99 and CC. RGB value is (111,153,204). Sum of RGB (Red+Green+Blue) = 111+153+204=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F99CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99CC is #906633. Grayscale: #929292. Windows color (decimal): -9463348 or 13408623. OLE color: 13408623.

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

Color convert

RGB 111 153 204 -
CMYK 0.46 0.25 0 0.2
HSL 212.9º 0.48% 0.62% -
HSV(B) 212.9º 0.46% 0.8% -
XYZ 28.85 30.52 61.5 -
YUV 146.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 111 153 204 0.46 0.25 0 0.2 212.9 0.48 0.62
Hex 6F 99 CC 2E 19 0 14 D5 30 3E
Octal 157 231 314 56 31 0 24 325 60 76
Binary 1101111 10011001 11001100 101110 11001 0 10100 11010101 110000 111110

Color Harmonies of #6F99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F99CC

Black with #6F99CC

Text Example


Text Example

White with #6F99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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