Html Css Color HEX #6C9DDB Jordy Blue

📋 copy color: '#6C9DDB'

red 108 ◦ green 157 ◦ blue 219

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

Shades of Jordy Blue #6C9DDB

Tints of Jordy Blue #6C9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

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

R = 22.31%
G = 32.44%
B = 45.25%

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

#6C9DDB (or 0x6C9DDB) is known color: Jordy Blue. HEX triplet: 6C, 9D and DB. RGB value is (108,157,219). Sum of RGB (Red+Green+Blue) = 108+157+219=484 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.31% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9DDB is #936224. Grayscale: #959595. Windows color (decimal): -9658917 or 14392684. OLE color: 14392684.

HSL color Cylindrical-coordinate representation of color #6C9DDB: hue angle of 213.51º 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 #6C9DDB is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 157 219 -
CMYK 0.51 0.28 0 0.14
HSL 213.51º 0.61% 0.64% -
HSV(B) 213.51º 0.51% 0.86% -
XYZ 31.03 32.42 71.64 -
YUV 149.42 167.27 98.46 -
System Red Green Blue C M Y K H S L
Decimal 108 157 219 0.51 0.28 0 0.14 213.51 0.61 0.64
Hex 6C 9D DB 33 1C 0 E D6 3D 40
Octal 154 235 333 63 34 0 16 326 75 100
Binary 1101100 10011101 11011011 110011 11100 0 1110 11010110 111101 1000000

Color Harmonies of #6C9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9DDB

Black with #6C9DDB

Text Example


Text Example

White with #6C9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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