Html Css Color HEX #6A81CD Wild Blue Yonder

📋 copy color: '#6A81CD'

red 106 ◦ green 129 ◦ blue 205

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

Shades of Wild Blue Yonder #6A81CD

Tints of Wild Blue Yonder #6A81CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 24.09%
G = 29.32%
B = 46.59%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A81CD (or 0x6A81CD) is known color: Wild Blue Yonder. HEX triplet: 6A, 81 and CD. RGB value is (106,129,205). Sum of RGB (Red+Green+Blue) = 106+129+205=440 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.09% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A81CD is #957E32. Grayscale: #828282. Windows color (decimal): -9797171 or 13468010. OLE color: 13468010.

HSL color Cylindrical-coordinate representation of color #6A81CD: hue angle of 226.06º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A81CD is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 129 205 -
CMYK 0.48 0.37 0 0.20
HSL 226.06º 0.5% 0.61% -
HSV(B) 226.06º 0.48% 0.8% -
XYZ 24.81 23.17 60.92 -
YUV 130.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 106 129 205 0.48 0.37 0 0.20 226.06 0.5 0.61
Hex 6A 81 CD 30 25 0 14 E2 32 3D
Octal 152 201 315 60 45 0 24 342 62 75
Binary 1101010 10000001 11001101 110000 100101 0 10100 11100010 110010 111101

Color Harmonies of #6A81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A81CD

Black with #6A81CD

Text Example


Text Example

White with #6A81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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