Html Css Color HEX #6D84CF Wild Blue Yonder

📋 copy color: '#6D84CF'

red 109 ◦ green 132 ◦ blue 207

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

Shades of Wild Blue Yonder #6D84CF

Tints of Wild Blue Yonder #6D84CF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 24.33%
G = 29.46%
B = 46.21%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D84CF (or 0x6D84CF) is known color: Wild Blue Yonder. HEX triplet: 6D, 84 and CF. RGB value is (109,132,207). Sum of RGB (Red+Green+Blue) = 109+132+207=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D84CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D84CF is #927B30. Grayscale: #858585. Windows color (decimal): -9599793 or 13599853. OLE color: 13599853.

HSL color Cylindrical-coordinate representation of color #6D84CF: hue angle of 225.92º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D84CF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 132 207 -
CMYK 0.47 0.36 0 0.19
HSL 225.92º 0.51% 0.62% -
HSV(B) 225.92º 0.47% 0.81% -
XYZ 25.82 24.26 62.35 -
YUV 133.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 109 132 207 0.47 0.36 0 0.19 225.92 0.51 0.62
Hex 6D 84 CF 2F 24 0 13 E2 33 3E
Octal 155 204 317 57 44 0 23 342 63 76
Binary 1101101 10000100 11001111 101111 100100 0 10011 11100010 110011 111110

Color Harmonies of #6D84CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D84CF

Black with #6D84CF

Text Example


Text Example

White with #6D84CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,207); }

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

background-color css

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

 a { background-color: rgb(109,132,207); }

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

border-color css

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

 span { border-color: rgb(109,132,207); }

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