Html Css Color HEX #6A81BC Wild Blue Yonder

📋 copy color: '#6A81BC'

red 106 ◦ green 129 ◦ blue 188

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

Shades of Wild Blue Yonder #6A81BC

Tints of Wild Blue Yonder #6A81BC

RGB

 RED value IS 106 (41.8% from 255) = 25.06%

 GREEN value IS 129 (50.78% from 255) = 30.5%

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

R = 25.06%
G = 30.5%
B = 44.44%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A81BC (or 0x6A81BC) is known color: Wild Blue Yonder. HEX triplet: 6A, 81 and BC. RGB value is (106,129,188). Sum of RGB (Red+Green+Blue) = 106+129+188=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A81BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A81BC is #957E43. Grayscale: #808080. Windows color (decimal): -9797188 or 12353898. OLE color: 12353898.

HSL color Cylindrical-coordinate representation of color #6A81BC: hue angle of 223.17º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A81BC is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 129 188 -
CMYK 0.44 0.31 0 0.26
HSL 223.17º 0.38% 0.58% -
HSV(B) 223.17º 0.44% 0.74% -
XYZ 22.87 22.4 50.69 -
YUV 128.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 106 129 188 0.44 0.31 0 0.26 223.17 0.38 0.58
Hex 6A 81 BC 2C 1F 0 1A DF 26 3A
Octal 152 201 274 54 37 0 32 337 46 72
Binary 1101010 10000001 10111100 101100 11111 0 11010 11011111 100110 111010

Color Harmonies of #6A81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A81BC

Black with #6A81BC

Text Example


Text Example

White with #6A81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,129,188); }

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

background-color css

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

 a { background-color: rgb(106,129,188); }

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

border-color css

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

 span { border-color: rgb(106,129,188); }

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