Html Css Color HEX #6D83CC Wild Blue Yonder

📋 copy color: '#6D83CC'

red 109 ◦ green 131 ◦ blue 204

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

Shades of Wild Blue Yonder #6D83CC

Tints of Wild Blue Yonder #6D83CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 24.55%
G = 29.5%
B = 45.95%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D83CC (or 0x6D83CC) is known color: Wild Blue Yonder. HEX triplet: 6D, 83 and CC. RGB value is (109,131,204). Sum of RGB (Red+Green+Blue) = 109+131+204=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D83CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D83CC is #927C33. Grayscale: #848484. Windows color (decimal): -9600052 or 13402989. OLE color: 13402989.

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

Color convert

RGB 109 131 204 -
CMYK 0.47 0.36 0 0.2
HSL 226.11º 0.48% 0.61% -
HSV(B) 226.11º 0.47% 0.8% -
XYZ 25.32 23.84 60.39 -
YUV 132.74 168.21 111.06 -
System Red Green Blue C M Y K H S L
Decimal 109 131 204 0.47 0.36 0 0.2 226.11 0.48 0.61
Hex 6D 83 CC 2F 24 0 14 E2 30 3D
Octal 155 203 314 57 44 0 24 342 60 75
Binary 1101101 10000011 11001100 101111 100100 0 10100 11100010 110000 111101

Color Harmonies of #6D83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D83CC

Black with #6D83CC

Text Example


Text Example

White with #6D83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,131,204); }

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

background-color css

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

 a { background-color: rgb(109,131,204); }

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

border-color css

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

 span { border-color: rgb(109,131,204); }

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