Html Css Color HEX #6F8ABC Wild Blue Yonder

📋 copy color: '#6F8ABC'

red 111 ◦ green 138 ◦ blue 188

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

Shades of Wild Blue Yonder #6F8ABC

Tints of Wild Blue Yonder #6F8ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.58%

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 25.4%
G = 31.58%
B = 43.02%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F8ABC (or 0x6F8ABC) is known color: Wild Blue Yonder. HEX triplet: 6F, 8A and BC. RGB value is (111,138,188). Sum of RGB (Red+Green+Blue) = 111+138+188=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F8ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ABC is #907543. Grayscale: #878787. Windows color (decimal): -9467204 or 12356207. OLE color: 12356207.

HSL color Cylindrical-coordinate representation of color #6F8ABC: hue angle of 218.96º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F8ABC is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 138 188 -
CMYK 0.41 0.27 0 0.26
HSL 218.96º 0.36% 0.59% -
HSV(B) 218.96º 0.41% 0.74% -
XYZ 24.72 25.19 51.14 -
YUV 135.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 111 138 188 0.41 0.27 0 0.26 218.96 0.36 0.59
Hex 6F 8A BC 29 1B 0 1A DB 24 3B
Octal 157 212 274 51 33 0 32 333 44 73
Binary 1101111 10001010 10111100 101001 11011 0 11010 11011011 100100 111011

Color Harmonies of #6F8ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8ABC

Black with #6F8ABC

Text Example


Text Example

White with #6F8ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,138,188); }

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

background-color css

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

 a { background-color: rgb(111,138,188); }

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

border-color css

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

 span { border-color: rgb(111,138,188); }

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