Html Css Color HEX #6F8CBF Wild Blue Yonder

📋 copy color: '#6F8CBF'

red 111 ◦ green 140 ◦ blue 191

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

Shades of Wild Blue Yonder #6F8CBF

Tints of Wild Blue Yonder #6F8CBF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 191 (75% from 255) = 43.21%

R = 25.11%
G = 31.67%
B = 43.21%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F8CBF (or 0x6F8CBF) is known color: Wild Blue Yonder. HEX triplet: 6F, 8C and BF. RGB value is (111,140,191). Sum of RGB (Red+Green+Blue) = 111+140+191=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F8CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CBF is #907340. Grayscale: #888888. Windows color (decimal): -9466689 or 12553327. OLE color: 12553327.

HSL color Cylindrical-coordinate representation of color #6F8CBF: hue angle of 218.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F8CBF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 140 191 -
CMYK 0.42 0.27 0 0.25
HSL 218.25º 0.38% 0.59% -
HSV(B) 218.25º 0.42% 0.75% -
XYZ 25.34 25.9 52.95 -
YUV 137.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 111 140 191 0.42 0.27 0 0.25 218.25 0.38 0.59
Hex 6F 8C BF 2A 1B 0 19 DA 26 3B
Octal 157 214 277 52 33 0 31 332 46 73
Binary 1101111 10001100 10111111 101010 11011 0 11001 11011010 100110 111011

Color Harmonies of #6F8CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CBF

Black with #6F8CBF

Text Example


Text Example

White with #6F8CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,140,191); }

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

background-color css

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

 a { background-color: rgb(111,140,191); }

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

border-color css

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

 span { border-color: rgb(111,140,191); }

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