Html Css Color HEX #6F8FCF Wild Blue Yonder

📋 copy color: '#6F8FCF'

red 111 ◦ green 143 ◦ blue 207

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

Shades of Wild Blue Yonder #6F8FCF

Tints of Wild Blue Yonder #6F8FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

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

R = 24.08%
G = 31.02%
B = 44.9%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F8FCF (or 0x6F8FCF) is known color: Wild Blue Yonder. HEX triplet: 6F, 8F and CF. RGB value is (111,143,207). Sum of RGB (Red+Green+Blue) = 111+143+207=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F8FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8FCF is #907030. Grayscale: #8C8C8C. Windows color (decimal): -9465905 or 13602671. OLE color: 13602671.

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

Color convert

RGB 111 143 207 -
CMYK 0.46 0.31 0 0.19
HSL 220º 0.5% 0.62% -
HSV(B) 220º 0.46% 0.81% -
XYZ 27.64 27.53 62.89 -
YUV 140.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 111 143 207 0.46 0.31 0 0.19 220 0.5 0.62
Hex 6F 8F CF 2E 1F 0 13 DC 32 3E
Octal 157 217 317 56 37 0 23 334 62 76
Binary 1101111 10001111 11001111 101110 11111 0 10011 11011100 110010 111110

Color Harmonies of #6F8FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8FCF

Black with #6F8FCF

Text Example


Text Example

White with #6F8FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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