Html Css Color HEX #6F83BC Wild Blue Yonder

📋 copy color: '#6F83BC'

red 111 ◦ green 131 ◦ blue 188

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

Shades of Wild Blue Yonder #6F83BC

Tints of Wild Blue Yonder #6F83BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

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

R = 25.81%
G = 30.47%
B = 43.72%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F83BC (or 0x6F83BC) is known color: Wild Blue Yonder. HEX triplet: 6F, 83 and BC. RGB value is (111,131,188). Sum of RGB (Red+Green+Blue) = 111+131+188=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F83BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F83BC is #907C43. Grayscale: #838383. Windows color (decimal): -9468996 or 12354415. OLE color: 12354415.

HSL color Cylindrical-coordinate representation of color #6F83BC: hue angle of 224.42º 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 #6F83BC is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 131 188 -
CMYK 0.41 0.30 0 0.26
HSL 224.42º 0.36% 0.59% -
HSV(B) 224.42º 0.41% 0.74% -
XYZ 23.75 23.24 50.81 -
YUV 131.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 111 131 188 0.41 0.30 0 0.26 224.42 0.36 0.59
Hex 6F 83 BC 29 1E 0 1A E0 24 3B
Octal 157 203 274 51 36 0 32 340 44 73
Binary 1101111 10000011 10111100 101001 11110 0 11010 11100000 100100 111011

Color Harmonies of #6F83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F83BC

Black with #6F83BC

Text Example


Text Example

White with #6F83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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