Html Css Color HEX #6D81CA Wild Blue Yonder

📋 copy color: '#6D81CA'

red 109 ◦ green 129 ◦ blue 202

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

Shades of Wild Blue Yonder #6D81CA

Tints of Wild Blue Yonder #6D81CA

RGB

 RED value IS 109 (42.97% from 255) = 24.77%

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

 BLUE value IS 202 (79.3% from 255) = 45.91%

R = 24.77%
G = 29.32%
B = 45.91%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D81CA (or 0x6D81CA) is known color: Wild Blue Yonder. HEX triplet: 6D, 81 and CA. RGB value is (109,129,202). Sum of RGB (Red+Green+Blue) = 109+129+202=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D81CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D81CA is #927E35. Grayscale: #838383. Windows color (decimal): -9600566 or 13271405. OLE color: 13271405.

HSL color Cylindrical-coordinate representation of color #6D81CA: hue angle of 227.1º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D81CA is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 129 202 -
CMYK 0.46 0.36 0 0.21
HSL 227.1º 0.47% 0.61% -
HSV(B) 227.1º 0.46% 0.79% -
XYZ 24.82 23.22 59.05 -
YUV 131.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 109 129 202 0.46 0.36 0 0.21 227.1 0.47 0.61
Hex 6D 81 CA 2E 24 0 15 E3 2F 3D
Octal 155 201 312 56 44 0 25 343 57 75
Binary 1101101 10000001 11001010 101110 100100 0 10101 11100011 101111 111101

Color Harmonies of #6D81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D81CA

Black with #6D81CA

Text Example


Text Example

White with #6D81CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,129,202); }

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

background-color css

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

 a { background-color: rgb(109,129,202); }

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

border-color css

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

 span { border-color: rgb(109,129,202); }

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