Html Css Color HEX #6F8BCB Wild Blue Yonder

📋 copy color: '#6F8BCB'

red 111 ◦ green 139 ◦ blue 203

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

Shades of Wild Blue Yonder #6F8BCB

Tints of Wild Blue Yonder #6F8BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 24.5%
G = 30.68%
B = 44.81%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F8BCB (or 0x6F8BCB) is known color: Wild Blue Yonder. HEX triplet: 6F, 8B and CB. RGB value is (111,139,203). Sum of RGB (Red+Green+Blue) = 111+139+203=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F8BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8BCB is #907434. Grayscale: #898989. Windows color (decimal): -9466933 or 13339503. OLE color: 13339503.

HSL color Cylindrical-coordinate representation of color #6F8BCB: hue angle of 221.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F8BCB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 139 203 -
CMYK 0.45 0.32 0 0.20
HSL 221.74º 0.47% 0.62% -
HSV(B) 221.74º 0.45% 0.8% -
XYZ 26.57 26.16 60.15 -
YUV 137.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 111 139 203 0.45 0.32 0 0.20 221.74 0.47 0.62
Hex 6F 8B CB 2D 20 0 14 DE 2F 3E
Octal 157 213 313 55 40 0 24 336 57 76
Binary 1101111 10001011 11001011 101101 100000 0 10100 11011110 101111 111110

Color Harmonies of #6F8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8BCB

Black with #6F8BCB

Text Example


Text Example

White with #6F8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,139,203); }

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

background-color css

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

 a { background-color: rgb(111,139,203); }

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

border-color css

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

 span { border-color: rgb(111,139,203); }

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