Html Css Color HEX #6C81BC Wild Blue Yonder

📋 copy color: '#6C81BC'

red 108 ◦ green 129 ◦ blue 188

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

Shades of Wild Blue Yonder #6C81BC

Tints of Wild Blue Yonder #6C81BC

RGB

 RED value IS 108 (42.58% from 255) = 25.41%

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

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

R = 25.41%
G = 30.35%
B = 44.24%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C81BC (or 0x6C81BC) is known color: Wild Blue Yonder. HEX triplet: 6C, 81 and BC. RGB value is (108,129,188). Sum of RGB (Red+Green+Blue) = 108+129+188=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C81BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C81BC is #937E43. Grayscale: #818181. Windows color (decimal): -9666116 or 12353900. OLE color: 12353900.

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

Color convert

RGB 108 129 188 -
CMYK 0.43 0.31 0 0.26
HSL 224.25º 0.37% 0.58% -
HSV(B) 224.25º 0.43% 0.74% -
XYZ 23.11 22.52 50.71 -
YUV 129.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 108 129 188 0.43 0.31 0 0.26 224.25 0.37 0.58
Hex 6C 81 BC 2B 1F 0 1A E0 25 3A
Octal 154 201 274 53 37 0 32 340 45 72
Binary 1101100 10000001 10111100 101011 11111 0 11010 11100000 100101 111010

Color Harmonies of #6C81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C81BC

Black with #6C81BC

Text Example


Text Example

White with #6C81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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