Html Css Color HEX #6C9EDB Jordy Blue

📋 copy color: '#6C9EDB'

red 108 ◦ green 158 ◦ blue 219

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

Shades of Jordy Blue #6C9EDB

Tints of Jordy Blue #6C9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 22.27%
G = 32.58%
B = 45.15%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C9EDB (or 0x6C9EDB) is known color: Jordy Blue. HEX triplet: 6C, 9E and DB. RGB value is (108,158,219). Sum of RGB (Red+Green+Blue) = 108+158+219=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C9EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9EDB is #936124. Grayscale: #959595. Windows color (decimal): -9658661 or 14392940. OLE color: 14392940.

HSL color Cylindrical-coordinate representation of color #6C9EDB: hue angle of 212.97º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C9EDB is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 158 219 -
CMYK 0.51 0.28 0 0.14
HSL 212.97º 0.61% 0.64% -
HSV(B) 212.97º 0.51% 0.86% -
XYZ 31.2 32.76 71.7 -
YUV 150 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 108 158 219 0.51 0.28 0 0.14 212.97 0.61 0.64
Hex 6C 9E DB 33 1C 0 E D5 3D 40
Octal 154 236 333 63 34 0 16 325 75 100
Binary 1101100 10011110 11011011 110011 11100 0 1110 11010101 111101 1000000

Color Harmonies of #6C9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9EDB

Black with #6C9EDB

Text Example


Text Example

White with #6C9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,158,219); }

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

background-color css

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

 a { background-color: rgb(108,158,219); }

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

border-color css

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

 span { border-color: rgb(108,158,219); }

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