Html Css Color HEX #6B82BA Wild Blue Yonder

📋 copy color: '#6B82BA'

red 107 ◦ green 130 ◦ blue 186

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

Shades of Wild Blue Yonder #6B82BA

Tints of Wild Blue Yonder #6B82BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 25.3%
G = 30.73%
B = 43.97%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B82BA (or 0x6B82BA) is known color: Wild Blue Yonder. HEX triplet: 6B, 82 and BA. RGB value is (107,130,186). Sum of RGB (Red+Green+Blue) = 107+130+186=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B82BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B82BA is #947D45. Grayscale: #818181. Windows color (decimal): -9731398 or 12223083. OLE color: 12223083.

HSL color Cylindrical-coordinate representation of color #6B82BA: hue angle of 222.53º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B82BA is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 130 186 -
CMYK 0.42 0.30 0 0.27
HSL 222.53º 0.36% 0.57% -
HSV(B) 222.53º 0.42% 0.73% -
XYZ 22.91 22.64 49.62 -
YUV 129.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 107 130 186 0.42 0.30 0 0.27 222.53 0.36 0.57
Hex 6B 82 BA 2A 1E 0 1B DF 24 39
Octal 153 202 272 52 36 0 33 337 44 71
Binary 1101011 10000010 10111010 101010 11110 0 11011 11011111 100100 111001

Color Harmonies of #6B82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B82BA

Black with #6B82BA

Text Example


Text Example

White with #6B82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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