Html Css Color HEX #6B82BE Wild Blue Yonder

📋 copy color: '#6B82BE'

red 107 ◦ green 130 ◦ blue 190

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

Shades of Wild Blue Yonder #6B82BE

Tints of Wild Blue Yonder #6B82BE

RGB

 RED value IS 107 (42.19% from 255) = 25.06%

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 25.06%
G = 30.44%
B = 44.5%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B82BE (or 0x6B82BE) is known color: Wild Blue Yonder. HEX triplet: 6B, 82 and BE. RGB value is (107,130,190). Sum of RGB (Red+Green+Blue) = 107+130+190=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B82BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B82BE is #947D41. Grayscale: #818181. Windows color (decimal): -9731394 or 12485227. OLE color: 12485227.

HSL color Cylindrical-coordinate representation of color #6B82BE: hue angle of 223.37º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B82BE is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 130 190 -
CMYK 0.44 0.32 0 0.25
HSL 223.37º 0.39% 0.58% -
HSV(B) 223.37º 0.44% 0.75% -
XYZ 23.34 22.81 51.89 -
YUV 129.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 107 130 190 0.44 0.32 0 0.25 223.37 0.39 0.58
Hex 6B 82 BE 2C 20 0 19 DF 27 3A
Octal 153 202 276 54 40 0 31 337 47 72
Binary 1101011 10000010 10111110 101100 100000 0 11001 11011111 100111 111010

Color Harmonies of #6B82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B82BE

Black with #6B82BE

Text Example


Text Example

White with #6B82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,130,190); }

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

background-color css

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

 a { background-color: rgb(107,130,190); }

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

border-color css

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

 span { border-color: rgb(107,130,190); }

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