Html Css Color HEX #6FA4CF Picton Blue

📋 copy color: '#6FA4CF'

red 111 ◦ green 164 ◦ blue 207

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

Shades of Picton Blue #6FA4CF

Tints of Picton Blue #6FA4CF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 23.03%
G = 34.02%
B = 42.95%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FA4CF (or 0x6FA4CF) is known color: Picton Blue. HEX triplet: 6F, A4 and CF. RGB value is (111,164,207). Sum of RGB (Red+Green+Blue) = 111+164+207=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FA4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA4CF is #905B30. Grayscale: #989898. Windows color (decimal): -9460529 or 13608047. OLE color: 13608047.

HSL color Cylindrical-coordinate representation of color #6FA4CF: hue angle of 206.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FA4CF is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 164 207 -
CMYK 0.46 0.21 0 0.19
HSL 206.88º 0.5% 0.62% -
HSV(B) 206.88º 0.46% 0.81% -
XYZ 31.09 34.44 64.04 -
YUV 153.06 158.44 98 -
System Red Green Blue C M Y K H S L
Decimal 111 164 207 0.46 0.21 0 0.19 206.88 0.5 0.62
Hex 6F A4 CF 2E 15 0 13 CF 32 3E
Octal 157 244 317 56 25 0 23 317 62 76
Binary 1101111 10100100 11001111 101110 10101 0 10011 11001111 110010 111110

Color Harmonies of #6FA4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA4CF

Black with #6FA4CF

Text Example


Text Example

White with #6FA4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,164,207); }

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

background-color css

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

 a { background-color: rgb(111,164,207); }

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

border-color css

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

 span { border-color: rgb(111,164,207); }

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