Html Css Color HEX #6F82BC Wild Blue Yonder

📋 copy color: '#6F82BC'

red 111 ◦ green 130 ◦ blue 188

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

Shades of Wild Blue Yonder #6F82BC

Tints of Wild Blue Yonder #6F82BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 25.87%
G = 30.3%
B = 43.82%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F82BC (or 0x6F82BC) is known color: Wild Blue Yonder. HEX triplet: 6F, 82 and BC. RGB value is (111,130,188). Sum of RGB (Red+Green+Blue) = 111+130+188=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F82BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F82BC is #907D43. Grayscale: #828282. Windows color (decimal): -9469252 or 12354159. OLE color: 12354159.

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

Color convert

RGB 111 130 188 -
CMYK 0.41 0.31 0 0.26
HSL 225.19º 0.36% 0.59% -
HSV(B) 225.19º 0.41% 0.74% -
XYZ 23.62 22.98 50.77 -
YUV 130.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 111 130 188 0.41 0.31 0 0.26 225.19 0.36 0.59
Hex 6F 82 BC 29 1F 0 1A E1 24 3B
Octal 157 202 274 51 37 0 32 341 44 73
Binary 1101111 10000010 10111100 101001 11111 0 11010 11100001 100100 111011

Color Harmonies of #6F82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F82BC

Black with #6F82BC

Text Example


Text Example

White with #6F82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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